projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8612b70
)
ARMV7: Vexpress: Add missing MMC header
author
Dirk Behme
<
[email protected]
>
Mon, 23 May 2011 07:40:26 +0000
(07:40 +0000)
committer
U-Boot
<uboot@lilith.(none)>
Tue, 31 May 2011 20:25:23 +0000
(22:25 +0200)
Add a header file with the missing function prototype to fix
ca9x4_ct_vxp.c: In function 'cpu_mmc_init':
ca9x4_ct_vxp.c:93: warning: implicit declaration of function 'arm_pl180_mmci_init'
introduced by commit "ARMV7: Vexpress: Add MMC support"
(
f0c64526b7e51ba997a0f1baf9e74e6d497b957e
)
Signed-off-by: Dirk Behme <
[email protected]
>
CC: Andy Fleming <
[email protected]
>
CC: Matt Waddel <
[email protected]
>
board/armltd/vexpress/ca9x4_ct_vxp.c
patch
|
blob
|
history
diff --git
a/board/armltd/vexpress/ca9x4_ct_vxp.c
b/board/armltd/vexpress/ca9x4_ct_vxp.c
index 3566b958e7db6f504aa11caf367ead897ea7b3d0..6e5884b204eb3ae9ab129b79a1604a288272fa39 100644
(file)
--- a/
board/armltd/vexpress/ca9x4_ct_vxp.c
+++ b/
board/armltd/vexpress/ca9x4_ct_vxp.c
@@
-38,6
+38,7
@@
#include <asm/arch/systimer.h>
#include <asm/arch/sysctrl.h>
#include <asm/arch/wdt.h>
+#include "../drivers/mmc/arm_pl180_mmci.h"
static ulong timestamp;
static ulong lastdec;